Skip to content

Add Misssing Type Annotations#22

Merged
tekktrik merged 5 commits intoadafruit:mainfrom
tcfranks:main
Sep 20, 2022
Merged

Add Misssing Type Annotations#22
tekktrik merged 5 commits intoadafruit:mainfrom
tcfranks:main

Conversation

@tcfranks
Copy link
Copy Markdown
Contributor

resolves #15
submitted for review / comment

Copy link
Copy Markdown
Member

@tekktrik tekktrik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few bits of feedback, thanks for the PR!

Comment thread adafruit_max31856.py Outdated
Comment thread adafruit_max31856.py Outdated
Comment thread adafruit_max31856.py Outdated
def reference_temperature_thresholds(self, val): # pylint: disable=invalid-name
def reference_temperature_thresholds( # pylint: disable=invalid-name,
self, val: Tuple[float, float]
) -> None: # pylint: disable=invalid-name
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing here, I think it's this second # pylint: disable=invalid-name you can get rid of.

Comment thread adafruit_max31856.py Outdated
Copy link
Copy Markdown
Member

@tekktrik tekktrik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks for another great PR!

@tekktrik tekktrik merged commit 072c3df into adafruit:main Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing Type Annotations

2 participants